- floating point math
- математический с плавающей запятой
Англо-русский словарь компьютерных и интернет терминов. 2013.
Англо-русский словарь компьютерных и интернет терминов. 2013.
Floating-point unit — An Intel 80287 A floating point unit (FPU, colloquially a math coprocessor) is a part of a computer system specially designed to carry out operations on floating point numbers. Typical operations are addition, subtraction, multiplication,… … Wikipedia
Floating point unit — A floating point unit (FPU) is a part of a computer system specially designed to carry out operations on floating point numbers. Typical operations are addition, subtraction, multiplication, division, and square root. Some systems (particularly… … Wikipedia
Decimal floating point — Floating point precisions IEEE 754: 16 bit: Half (binary16) 32 bit: Single (binary32), decimal32 64 bit: Double (binary64), decimal64 128 bit: Quadruple (binary128), decimal128 Other: Minifloat · Extended precision Arbitrary precision… … Wikipedia
floating point coprocessor — matematinis koprocesorius statusas T sritis informatika apibrėžtis ↑Procesorius, atliekantis aritmetines operacijas su ↑slankiojo kablelio skaičiais. Šios operacijos yra gana sudėtingos. Matematinis koprocesorius būna specialiai joms pritaikytas… … Enciklopedinis kompiuterijos žodynas
floating point — float′ing point′ n. math. cmp a decimal point whose location is not fixed … From formal English to slang
Quadruple-precision floating-point format — In computing, quadruple precision (also commonly shortened to quad precision) is a binary floating point computer number format that occupies 16 bytes (128 bits) in computer memory. In IEEE 754 2008 the 128 bit base 2 format is officially… … Wikipedia
Math.h — is a header file in the standard library of C programming language designed for basic mathematical operations. Most of the functions involve the use of floating point numbers. C++ also implements these functions for compatibility reasons and… … Wikipedia
Math Kernel Library — Developer(s) Intel Initial release 9 May 2003 Type library or framework License Proprietary … Wikipedia
math coprocessor — matematinis koprocesorius statusas T sritis informatika apibrėžtis ↑Procesorius, atliekantis aritmetines operacijas su ↑slankiojo kablelio skaičiais. Šios operacijos yra gana sudėtingos. Matematinis koprocesorius būna specialiai joms pritaikytas… … Enciklopedinis kompiuterijos žodynas
Math Rescue — Developer(s) Redwood Games Publisher(s) Apogee Software … Wikipedia
Fixed-point arithmetic — In computing, a fixed point number representation is a real data type for a number that has a fixed number of digits after (and sometimes also before) the radix point ( e.g. , after the decimal point . in English decimal notation). Fixed point… … Wikipedia